Docs.rs
deepsize_derive-0.1.2
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
deepsize_derive 0.1.2
A crate for measuring the total size of object on the stack and heap
Crate
Source
Builds
Feature flags
Documentation
Coverage
50%
1
out of
2
items documented
0
out of
2
items with examples
Size
Source code size: 7.87 kB
Documentation size: 31.95 kB
Links
Aeledfyr/deepsize
104
20
15
crates.io
Dependencies
proc-macro2 ^1.0
normal
quote ^1.0
normal
syn ^1.0
normal
Versions
0.1.2
0.1.1
0.1.0
Owners
A basic [`DeepSizeOf`](deepsize::DeepSizeOf) Derive implementation Mainly from `syn`'s [`heap_size` derive example][heap_size] [heap_size]: https://github.com/dtolnay/syn/commits/master/examples/heapsize/heapsize_derive/src/lib.rs